projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71f240b
)
(START_FILES, LIB_STANDARD): Override to
author
Andreas Schwab
<schwab@suse.de>
Thu, 7 Sep 2006 10:48:02 +0000
(10:48 +0000)
committer
Andreas Schwab
<schwab@suse.de>
Thu, 7 Sep 2006 10:48:02 +0000
(10:48 +0000)
use lib64 instead of lib.
src/m/ibms390x.h
patch
|
blob
|
history
diff --git
a/src/m/ibms390x.h
b/src/m/ibms390x.h
index 0d3acd34d97506206eb5136f2fdb882f71d98466..716dd44c727b8a0a1446a0b059fccddfe5fda208 100644
(file)
--- a/
src/m/ibms390x.h
+++ b/
src/m/ibms390x.h
@@
-159,5
+159,11
@@
NOTE-END */
#define XPNTR(a) XUINT (a)
+#undef START_FILES
+#define START_FILES pre-crt0.o /usr/lib64/crt1.o /usr/lib64/crti.o
+
+#undef LIB_STANDARD
+#define LIB_STANDARD -lgcc -lc -lgcc /usr/lib64/crtn.o
+
/* arch-tag: 4b87653c-6add-4663-8691-7d9dc17b5519
(do not change this comment) */